Objects Reference

bsp_object::init

Prototype

virtual void init()

Parameters

None

Return Value

None

Remarks

This virtual function is called on object initialization. In it you can do whatever initialization your object needs.

Its default behavior is to do nothing.